home *** CD-ROM | disk | FTP | other *** search
/ Nejlepší České Hry / Nej české hry.iso / hry / zlaty kalich / zlatykalich / ZlatyKalich.exe / scripts / DefineButton2_1237 / BUTTONCONDACTION on(release).as next >
Encoding:
Text File  |  2001-12-02  |  167 b   |  11 lines

  1. on(release){
  2.    if(_root.poz == "c")
  3.    {
  4.       _root.pepa.gotoAndPlay("cb");
  5.    }
  6.    else if(_root.poz == "b")
  7.    {
  8.       _root.vlak.gotoAndPlay(2);
  9.    }
  10. }
  11.